-
Notifications
You must be signed in to change notification settings - Fork 6.5k
add slash resume #7302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add slash resume #7302
Conversation
| } | ||
| } | ||
| } | ||
| ResumeSelection::Exit | ResumeSelection::StartFresh => {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this drop the CTRL-C ? Blocking the user on this screen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ctrl+c leads to exit.
| self.default_provider.as_str(), | ||
| ) | ||
| .await?; | ||
| fn start_initial_load(&mut self) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOC can't this function be a bit slow? Shouldn't we do in async?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The slow part is already inside tokio::spawn
codex resumeisn't that discoverable. Adding it to the slash commands can help